From: Eli Zaretskii Date: Mon, 22 Nov 2010 18:15:07 +0000 (+0200) Subject: w32.c: Fix a typo in a comment. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~5570 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=1f78b8b97a21b407ef4512c238cc56438cba15f4;p=emacs.git w32.c: Fix a typo in a comment. --- diff --git a/src/w32.c b/src/w32.c index 4ae316765b8..d8c85bf5108 100644 --- a/src/w32.c +++ b/src/w32.c @@ -95,7 +95,7 @@ typedef struct _MEMORY_STATUS_EX { #include #if !defined(__MINGW32__) || __W32API_MAJOR_VERSION < 3 || (__W32API_MAJOR_VERSION == 3 && __W32API_MINOR_VERSION < 15) /* This either is not in psapi.h or guarded by higher value of - _WIN32_WINNT than what we use. w32api suplied with MinGW 3.15 + _WIN32_WINNT than what we use. w32api supplied with MinGW 3.15 defines it in psapi.h */ typedef struct _PROCESS_MEMORY_COUNTERS_EX { DWORD cb;